wpseo_allow_system_file_edit, $allowed
wpseo_allow_system_file_edit, $allowed
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_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