REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.47 KB
Close
//home/nshryvcy/himaltourism.com/wp-content/plugins/jetpack/modules/wordads/php/class-wordads-admin.php
Text
Base64
<?php /** * WordAds Admin. * * @package automattic/jetpack */ /** * The standard set of admin pages for the user if Jetpack is installed */ class WordAds_Admin { /** * WordAds_Admin Constructor. * * @since 4.5.0 */ public function __construct() { if ( current_user_can( 'manage_options' ) && isset( $_GET['ads_debug'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended WordAds_API::update_wordads_status_from_api(); add_action( 'admin_notices', array( $this, 'debug_output' ) ); } } /** * Output the API connection debug * * @since 4.5.0 */ public function debug_output() { global $wordads, $wordads_status_response; $response = $wordads_status_response; if ( empty( $response ) ) { $response = 'No response from API :('; } else { $response = print_r( $response, 1 ); // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_print_r } $status = $wordads->option( 'wordads_approved' ) ? array( 'color' => 'green', 'approved' => 'Yes', ) : array( 'color' => 'red', 'approved' => 'No', ); $type = $wordads->option( 'wordads_approved' ) ? 'updated' : 'error'; ?> <div class="notice <?php echo esc_attr( $type ); ?> is-dismissible"> <p>Status: <span style="color:<?php echo esc_attr( $status['color'] ); ?>;"><?php echo esc_html( $status ); ?></p> <pre><?php echo esc_html( $response ); ?></pre> </div> <?php } } global $wordads_admin; $wordads_admin = new WordAds_Admin();
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
networks
DIR
-
drwxr-xr-x
2023-04-04 05:35:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-wordads-admin.php
1.47 KB
lrw-r--r--
2023-04-04 05:35:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-wordads-api.php
2.83 KB
lrw-r--r--
2023-04-04 05:35:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-wordads-california-privacy.php
12.15 KB
lrw-r--r--
2023-04-04 05:35:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-wordads-ccpa-do-not-sell-link-widget.php
1.23 KB
lrw-r--r--
2023-04-04 05:35:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-wordads-cron.php
918 B
lrw-r--r--
2023-04-04 05:35:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-wordads-params.php
6.54 KB
lrw-r--r--
2023-04-04 05:35:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
class-wordads-sidebar-widget.php
4.35 KB
lrw-r--r--
2023-04-04 05:35:21
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).