View PostStatus.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class PostStatus | |
{ | |
const PRIVATE = 'private'; | |
const DRAFT = 'draft'; | |
const PUBLISHED = 'published'; | |
const TRASHED = 'trash'; | |
/** |
View beaver.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Modify theme to support Beaver Builder better. | |
* | |
* - Set the theme layout to full width. | |
* - Remove the `site-inner` markup. | |
* - Remove the `content-sidebar-wrap` markup. | |
* - Remove the entry header and page/ post title. | |
* | |
* @package Generico\Core |
View contests-by-shortcode.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/********************************************* | |
Contests CPT | |
**********************************************/ | |
/* Contest CPT :: Initiate CPT | |
**********************************************/ | |
function vs_register_contests_post_type() { |
View README.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to use | |
[button link='http://linktosomething.com' color='orange']My Button Text![/button] |