PATH:
home
/
letacommog
/
lenazen
/
wp-content
/
plugins
/
wordpress-seo-premium
/
admin
/
views
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin * * @uses array $alerts_data */ $type = 'warnings'; $dashicon = 'flag'; $i18n_title = __( 'Notifications', 'wordpress-seo' ); $i18n_issues = ''; $i18n_no_issues = __( 'No new notifications.', 'wordpress-seo' ); $i18n_muted_issues_title = __( 'Muted notifications:', 'wordpress-seo' ); $active_total = count( $alerts_data['warnings']['active'] ); $total = $alerts_data['metrics']['warnings']; $active = $alerts_data['warnings']['active']; $dismissed = $alerts_data['warnings']['dismissed']; require WPSEO_PATH . 'admin/views/partial-alerts-template.php';
[+]
..
[-] user-profile.php
[edit]
[-] class-yoast-input-select.php
[edit]
[-] tool-bulk-editor.php
[edit]
[-] tool-file-editor.php
[edit]
[-] paper-collapsible.php
[edit]
[-] class-yoast-feature-toggle.php
[edit]
[+]
form
[-] class-yoast-feature-toggles.php
[edit]
[-] partial-alerts-warnings.php
[edit]
[-] tool-import-export.php
[edit]
[-] js-templates-primary-term.php
[edit]
[-] class-yoast-form-fieldset.php
[edit]
[-] class-view-utils.php
[edit]
[-] partial-alerts-template.php
[edit]
[-] licenses.php
[edit]
[-] sidebar.php
[edit]
[-] partial-alerts-errors.php
[edit]
[+]
tabs
[-] interface-yoast-form-element.php
[edit]