ACF Recent Posts Widget: You seem to have ACF disabled, some plugin functionalities are disabled.', 'acf_rpw' ); ?>
' . __( 'Alter plugin settings here.' ) . '
'; return array( $prefix . 'new_items' => array( 'content' => $new_pointer_content, 'anchor_id' => '#toplevel_page_acf-rpw-settings', 'edge' => 'top', 'align' => 'top', 'active' => (!in_array( $prefix . 'new_items', $dismissed ) ) ), ); } /** * @hook init */ public function load_plugin_textdomain() { $domain = 'acf_rpw'; $locale = apply_filters( 'plugin_locale', get_locale(), $domain ); load_textdomain( $domain, WP_LANG_DIR . '/' . $domain . '/' . $domain . '-' . $locale . '.mo' ); load_plugin_textdomain( $domain, FALSE, basename( dirname( __FILE__ ) ) . '/lang/' ); } } // instantiate the plugin $acf_rpw = new ACF_Recent_Posts_Widget();