Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
dealership
/
src
/
Admin
/
MetaBoxes
/
File Content:
Publish.php
<?php namespace DealerShip\Admin\MetaBoxes; use DealerShip\DLS_Function; use DealerShip\Interfaces\Metabox; defined('DEALERSHIP') or exit(); class Publish extends Metabox { // public function render() // { // return parent::render(); // TODO: Change the autogenerated stub // } public function register(){ return array( 'title' => __('Publish', 'dealership'), 'name' => '_publish',/* */ // 'context' => 'side', // normal, advanced, side 'context' => 'side', // normal, advanced, side 'priority' => 'default', // high, core, default, low - Priorities of placement // 'screen' => 'dls_user_roles', /*The screen or screens on which to show the box (such as a post type, 'link', or 'comment')*/ 'screen' => 'dls_user_role_meta', /*The screen or screens on which to show the box (such as a post type, 'link', or 'comment')*/ ); } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
GeneralPermission.php
11625 bytes
0644
Publish.php
1029 bytes
0644
N4ST4R_ID | Naxtarrr