%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/cwg/wp-content/plugins/codepress-admin-columns/classes/Integration/
Upload File :
Create Path :
Current File : //var/www/cwg/wp-content/plugins/codepress-admin-columns/classes/Integration/Pods.php

<?php

namespace AC\Integration;

use AC\Integration;
use AC\Screen;
use AC\Type\Url\Site;

final class Pods extends Integration {

	public function __construct() {
		parent::__construct(
			'ac-addon-pods/ac-addon-pods.php',
			__( 'Pods', 'codepress-admin-columns' ),
			'assets/images/addons/pods.png',
			__( 'Display and edit Pods fields in the posts overview in seconds!', 'codepress-admin-columns' ),
			null,
			new Site( Site::PAGE_ADDON_PODS )
		);
	}

	public function is_plugin_active() {
		return function_exists( 'pods' );
	}

	public function show_notice( Screen $screen ) {
		return in_array( $screen->get_id(), [
			'toplevel_page_pods',
			'pods-admin_page_pods-settings',
		] );
	}

}

Zerion Mini Shell 1.0