Skip to content

wp_all_import_is_php_allowed #49

@trey8611

Description

@trey8611

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions