wpseo_allow_system_file_edit, $allowed

wpseo_allow_system_file_edit, $allowed

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_allow_system_file_edit, $allowed') is found 1 times:

  • /inc/class-wpseo-utils.php line 48
    		 * .htaccess and robots.txt is allowed.
    		 *
    		 * @param bool $allowed Whether file editing is allowed.
    		 */
    		return apply_filters( 'wpseo_allow_system_file_edit', $allowed );
    	}
    
    	/**
    	 * Check if the web server is running on Apache or compatible (LiteSpeed).
    	 *
    	 * @since 1.8.0