Файловый менеджер - Редактировать - /var/www/portal.bdu.ac.bd/public_html/wp-content/plugins/the-events-calendar/src/Tribe/Meta/Context.php
Назад
<?php /** * Class Tribe__Events__Meta__Context * * Abstracts a post save operation context. * * @since 4.2.5 */ class Tribe__Events__Meta__Context { /** * @return bool */ public function doing_ajax() { return defined( 'DOING_AJAX' ); } /** * @return bool */ public function is_bulk_editing() { return isset( $_GET['bulk_edit'] ); } /** * @return bool */ public function is_inline_save() { return ( isset( $_REQUEST['action'] ) && $_REQUEST['action'] == 'inline-save' ); } /** * @return bool */ public function has_nonce() { return isset( $_POST['ecp_nonce'] ); } /** * @return false|int */ public function verify_nonce() { return wp_verify_nonce( $_POST['ecp_nonce'], Tribe__Events__Main::POSTTYPE ); } /** * Whether the current user has the specified capability or not. * * @param string $capability * * @return bool */ public function current_user_can_edit_events( ) { return current_user_can( 'edit_tribe_events' ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.3-4ubuntu2.28 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка