wpseo_knowledge_graph_setting_msg

wpseo_knowledge_graph_setting_msg

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_knowledge_graph_setting_msg') is found 2 times:

  • /src/integrations/admin/first-time-configuration-integration.php line 175
    		$person_id       = $this->get_person_id();
    		$social_profiles = $this->get_social_profiles();
    
    		// This filter is documented in admin/views/tabs/metas/paper-content/general/knowledge-graph.php.
    		$knowledge_graph_message = \apply_filters( 'wpseo_knowledge_graph_setting_msg', '' );
    
    		$finished_steps        = $this->get_finished_steps();
    		$options               = $this->get_company_or_person_options();
    		$selected_option_label = '';
    		$filtered_options      = \array_filter(
    			$options,
    
  • /src/integrations/settings-integration.php line 501
    			'createPageUrl'                 => \admin_url( 'post-new.php?post_type=page' ),
    			'editUserUrl'                   => \admin_url( 'user-edit.php' ),
    			'editTaxonomyUrl'               => \admin_url( 'edit-tags.php' ),
    			'generalSettingsUrl'            => \admin_url( 'options-general.php' ),
    			'companyOrPersonMessage'        => \apply_filters( 'wpseo_knowledge_graph_setting_msg', '' ),
    			'currentUserId'                 => \get_current_user_id(),
    			'canCreateUsers'                => \current_user_can( 'create_users' ),
    			'canCreatePages'                => \current_user_can( 'edit_pages' ),
    			'canEditUsers'                  => \current_user_can( 'edit_users' ),
    			'canManageOptions'              => \current_user_can( 'manage_options' ),
    			'userLocale'                    => \str_replace( '_', '-', \get_user_locale() ),