File manager - Edit - /home/ijpmptd/www/wp-content/themes/hello-biz/modules/admin-home/rest/whats-new.php
Back
<?php namespace HelloBiz\Modules\AdminHome\Rest; use HelloBiz\Modules\Theme\Module as Theme_Module; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Whats_New extends Rest_Base { public function get_notifications() { $notificator = Theme_Module::instance()->get_component( 'Notificator' ); return $notificator->get_notifications_by_conditions( true ); } public function register_routes() { register_rest_route( self::ROUTE_NAMESPACE, '/whats-new', [ 'methods' => \WP_REST_Server::READABLE, 'callback' => [ $this, 'get_notifications' ], 'permission_callback' => [ $this, 'permission_callback' ], ] ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings