PATH:
home
/
letacommog
/
morandas1
/
wp-content
/
plugins
/
wordpress-seo
/
deprecated
/
admin
/
google-search-console
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Google_Search_Console */ /** * Represents the Google Search Console modal. * * @deprecated 12.5 * * @codeCoverageIgnore */ class WPSEO_GSC_Modal { /** * Sets the required attributes for this object. * * @deprecated 12.5 * * @codeCoverageIgnore * * @param string $view The file with the view content. * @param int $height The height that the modal will get. * @param array $view_vars The attributes to use in the view. */ public function __construct( $view, $height, array $view_vars = [] ) { _deprecated_function( __METHOD__, 'WPSEO 12.5' ); } /** * Returns the height of the modal. * * @deprecated 12.5 * * @codeCoverageIgnore * * @return int The set height. */ public function get_height() { _deprecated_function( __METHOD__, 'WPSEO 12.5' ); return 0; } /** * Loads the view of the modal. * * @deprecated 12.5 * * @codeCoverageIgnore * * @param string $unique_id An unique identifier for the modal. */ public function load_view( $unique_id ) { _deprecated_function( __METHOD__, 'WPSEO 12.5' ); } }
[+]
..
[-] class-gsc-mapper.php
[edit]
[-] class-gsc-issue.php
[edit]
[-] class-gsc-issues.php
[edit]
[-] class-gsc-count.php
[edit]
[-] class-gsc-marker.php
[edit]
[-] class-gsc-table.php
[edit]
[-] class-gsc-modal.php
[edit]
[-] class-gsc-ajax.php
[edit]
[-] class-gsc-settings.php
[edit]
[-] class-gsc-config.php
[edit]
[-] class-gsc-service.php
[edit]
[-] class-gsc-platform-tabs.php
[edit]
[-] class-gsc-bulk-action.php
[edit]
[-] class-gsc-category-filters.php
[edit]