Skip to content

Instantly share code, notes, and snippets.

@gvgvgvijayan
Created January 3, 2021 08:57
Show Gist options
  • Save gvgvgvijayan/d0ec67659e1af844cd30f32a66cca0c3 to your computer and use it in GitHub Desktop.
Save gvgvgvijayan/d0ec67659e1af844cd30f32a66cca0c3 to your computer and use it in GitHub Desktop.
<?php
...
/**
* Draft_List_Table constructor.
*/
public function __construct() {
parent::__construct(
array(
'singular' => 'Draft',
'plural' => 'Drafts',
'ajax' => false,
)
);
$this->allowed_post_types = $this->allowed_post_types();
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment