Enable Secure Forex Trade Functions
function forex_custom_login_message() { return “ Welcome to Expert Forex Trade – Trade with Confidence! “; } add_filter(‘login_message’, ‘forex_custom_login_message’);Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
function forex_custom_login_message() { return “ Welcome to Expert Forex Trade – Trade with Confidence! “; } add_filter(‘login_message’, ‘forex_custom_login_message’);Continue reading
/** * Plugin Name: Download Media ZIP * Description: Permet de télécharger une sélection de médias de la médiathèque en fichier ZIP * Version: 1.2 * Author: Votre nom * Text Domain: download-media-zip */ // Sécurité : empêcher l’accès direct…Continue reading
add_filter( ‘xmlrpc_enabled’, ‘__return_false’ );Continue reading
add_filter( ‘xmlrpc_enabled’, ‘__return_false’ );Continue reading
function site_title_shortcode() { return get_bloginfo(‘name’); } add_shortcode(‘sitetitle’, ‘site_title_shortcode’);Continue reading
/** * Exclude my_news from using CDN, where my_news is the slug of custom post type. */ add_filter( ‘envira_cdn_should_process_content’, function( $should_process, $content ) { // Check if we’re on a single post/page and it’s my_news post type if ( is_singular(…Continue reading
/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types. * * @return mixed */ add_filter( ‘upload_mimes’, function ( $upload_mimes ) { // By default, only administrator users are allowed to add SVGs. //…Continue reading
/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types. * * @return mixed */ add_filter( ‘upload_mimes’, function ( $upload_mimes ) { // By default, only administrator users are allowed to add SVGs. //…Continue reading
//su aiper la form contatti non va altrimenti add_filter(‘wpcf7_recaptcha_threshold’, function() { return 0.25; });Continue reading