@@ -1,20 +1,20 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Show On Filters |
|
| 4 | - * Use the 'cmb2_show_on' filter to further refine the conditions |
|
| 5 | - * under which a metabox is displayed. |
|
| 6 | - * Below you can limit it by ID and page template |
|
| 7 | - * |
|
| 8 | - * All methods in this class are automatically filtered |
|
| 9 | - * |
|
| 10 | - * @since 1.0.0 |
|
| 11 | - * |
|
| 12 | - * @category WordPress_Plugin |
|
| 13 | - * @package CMB2 |
|
| 14 | - * @author WebDevStudios |
|
| 15 | - * @license GPL-2.0+ |
|
| 16 | - * @link http://webdevstudios.com |
|
| 17 | - */ |
|
| 3 | + * Show On Filters |
|
| 4 | + * Use the 'cmb2_show_on' filter to further refine the conditions |
|
| 5 | + * under which a metabox is displayed. |
|
| 6 | + * Below you can limit it by ID and page template |
|
| 7 | + * |
|
| 8 | + * All methods in this class are automatically filtered |
|
| 9 | + * |
|
| 10 | + * @since 1.0.0 |
|
| 11 | + * |
|
| 12 | + * @category WordPress_Plugin |
|
| 13 | + * @package CMB2 |
|
| 14 | + * @author WebDevStudios |
|
| 15 | + * @license GPL-2.0+ |
|
| 16 | + * @link http://webdevstudios.com |
|
| 17 | + */ |
|
| 18 | 18 | class CMB2_Show_Filters { |
| 19 | 19 | |
| 20 | 20 | /** |