wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_is_php_version_acceptable › WordPress Filter Hooks
Since5.1.1
Deprecatedn/a
› apply_filters( 'wp_is_php_version_acceptable', true, $version )
Parameters: (2) |
|
Defined at: |
|
Codex: |
Filters whether the active PHP version is considered acceptable by WordPress.
Returning false will trigger a PHP version warning to show up in the admin dashboard to administrators.
This filter is only run if the wordpress.org Serve Happy API considers the PHP version acceptable, ensuring that this filter can only make this check stricter, but not loosen it.
Related Functions: is_php_version_compatible, is_wp_version_compatible, wp_check_php_version, wp_is_writable, wp_version_check, wp_revisions_enabled