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.24.8.1

apply_filters('wpseo_knowledge_graph_setting_msg') is found 2 times:

  • /src/integrations/admin/first-time-configuration-integration.php line 175
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    $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 507
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    '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() ),