g7g_cfg_admin_footer_text

g7g_cfg_admin_footer_text

Hook Type: filter

See hook in core

Displaying hooks found in version: custom-fields-gutenberg.2.3.9

apply_filters('g7g_cfg_admin_footer_text') is found 1 times:

  • /custom-fields-gutenberg.php line 167
    			$screen_id = g7g_cfg_get_current_screen_id();
    
    			$ids = array('settings_page_g7g-cfg');
    
    			if ($screen_id && apply_filters('g7g_cfg_admin_footer_text', in_array($screen_id, $ids))) {
    
    				$text = __('Like this plugin? Give it a', 'custom-fields-gutenberg');
    
    				$text .= ' <a target="_blank" rel="noopener noreferrer" href="https://wordpress.org/support/plugin/custom-fields-gutenberg/reviews/?rate=5#new-post">';
    
    				$text .= __('★★★★★ rating&nbsp;&raquo;', 'custom-fields-gutenberg') .'</a>';