Description: disables Function Editor and disables all PHP functions in import template. Must be placed in functions.php file.
Since: WP All Import Pro 4.5.6 Beta 4.2
add_filter('wp_all_import_is_php_allowed', 'wpai_wp_all_import_is_php_allowed', 10, 1);
function wpai_wp_all_import_is_php_allowed($is_php_allowed) {
return FALSE;
}
Description: disables Function Editor and disables all PHP functions in import template. Must be placed in functions.php file.
Since: WP All Import Pro 4.5.6 Beta 4.2