You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.
trigger_error( sprintf( __( 'Flexible Content Preview for Advanced Custom Fields requires PHP version %s or greater to be activated.', 'acf-flexible-content-preview' ), FCP_MIN_PHP_VERSION ) );
* Notify the user about the incompatibility issue.
*/
public static function admin_notices() {
echo '<div class="notice error is-dismissible">';
echo '<p>' . esc_html( sprintf( __( 'Flexible Content Preview for Advanced Custom Fields requires PHP version %s or greater to be activated. Your server is currently running PHP version %s.', 'acf-flexible-content-preview' ), FCP_MIN_PHP_VERSION, PHP_VERSION ) ) . '</p>';