Submit
Path:
~
/
home
/
getwphos
/
www
/
ccma
/
wp-content
/
themes
/
curly
/
framework
/
modules
/
title
/
types
/
centered
/
File Content:
functions.php
<?php if (!function_exists('curly_mkdf_set_title_centered_type_for_options')) { /** * This function set centered title type value for title options map and meta boxes */ function curly_mkdf_set_title_centered_type_for_options($type) { $type['centered'] = esc_html__('Centered', 'curly'); return $type; } add_filter('curly_mkdf_title_type_global_option', 'curly_mkdf_set_title_centered_type_for_options'); add_filter('curly_mkdf_title_type_meta_boxes', 'curly_mkdf_set_title_centered_type_for_options'); }
Submit
FILE
FOLDER
Name
Size
Permission
Action
admin
---
0755
templates
---
0755
functions.php
553 bytes
0644
load.php
94 bytes
0644
N4ST4R_ID | Naxtarrr