addon_class_name = 'Bulk_Delete_Posts_By_User_Role'; $this->addon_slug = 'bulk-delete-posts-by-user'; $this->item_type = 'posts'; $this->field_slug = ''; $this->meta_box_slug = 'bd_post_by_user_role'; $this->action = 'delete_posts_by_user_role'; $this->cron_hook = ''; $this->scheduler_url = ''; $this->messages = array( 'box_label' => __( 'Delete Posts By User Role', 'bulk-delete' ), 'scheduled' => '', 'cron_label' => '', ); } /** * Call the render method of the add-on. */ public function render() { \Bulk_Delete_Posts_By_User_Role::render_delete_posts_by_user_role_box(); } }