| Current Path : /var/www/html/cisuenolar.sumar.com.py/wp-content/plugins/peepso/classes/blocks/ |
| Current File : /var/www/html/cisuenolar.sumar.com.py/wp-content/plugins/peepso/classes/blocks/blocksearch.php |
<?php
class PeepSoBlockSearch extends PeepSoBlockAbstract
{
protected function get_slug() {
return 'search';
}
protected function get_attributes() {
$attributes = [
'title' => [ 'type' => 'string', 'default' => __('Search', 'peepso-core') ],
];
return apply_filters('peepso_block_attributes', $attributes, $this->get_slug());
}
}