|
1
|
<?php |
|
2
|
|
|
3
|
namespace SmashBalloon\Reviews\Common\Builder\Config; |
|
4
|
|
|
5
|
class Proxy extends \Smashballoon\Customizer\V2\Config\Proxy { |
|
6
|
public $parent_menu_slug = SBR_MENU_SLUG; |
|
7
|
public $menu_slug = SBR_MENU_SLUG; |
|
8
|
public $menu_title = "Reviews Feed"; |
|
9
|
public $page_title = "Reviews Feed"; |
|
10
|
} |
|
11
|
|