<?php /** * Metabox separator. * * @package Neve\Admin\Metabox\Controls */ namespace Neve\Admin\Metabox\Controls; /** * Class Separator * * @package Neve\Admin\Metabox\Controls */ class Separator extends Control_Base { /** * Control type. * * @var string */ public $type = 'separator'; /** * Render control. * * @return void */ public function render_content( $post_id ) { echo '<hr/>'; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
checkbox.php | File | 1002 B | 0644 |
|
control_base.php | File | 4.5 KB | 0644 |
|
radio.php | File | 1.11 KB | 0644 |
|
range.php | File | 1.72 KB | 0644 |
|
separator.php | File | 425 B | 0644 |
|