/home/vianto5/ceibaresidencial.mx/wp-content/plugins/contact-form-cfdb7/inc
NameSizeModeActions
add-ons.php17850644editdlrm
admin-form-details.php46350644editdlrm
admin-mainpage.php53290644editdlrm
admin-subpage.php157820644editdlrm
export-csv.php62520644editdlrm
settings.php67020644editdlrm
Edit: /home/vianto5/ceibaresidencial.mx/wp-content/plugins/contact-form-cfdb7/inc/add-ons.php (1785B)
' . esc_html__( 'Addons', 'contact-form-cfdb7' ) . '', 'manage_options', 'cfdb7-extensions', 'cfdb7_extensions', ); } /** * Extensions page */ function cfdb7_extensions(){ ?>

false, 'timeout' => 30, ) ); if ( ! is_wp_error( $feed ) ) { if ( isset( $feed['body'] ) && strlen( $feed['body'] ) > 0 ) { $cache = wp_remote_retrieve_body( $feed ); set_transient( 'cfdb7_add_ons_feed', $cache, 3600 ); } } else { $cache = '

' . __( 'There was an error retrieving the extensions list from the server. Please try again later.', 'contact-form-cfdb7' ) . '

'; } } return $cache; } // delete_transient('cfdb7_add_ons_feed');