Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ccma
/
wp-content
/
themes
/
curly
/
framework
/
modules
/
widgets
/
button-widget
/
File Content:
functions.php
<?php if ( ! function_exists( 'curly_mkdf_register_button_widget' ) ) { /** * Function that register button widget */ function curly_mkdf_register_button_widget( $widgets ) { $widgets[] = 'CurlyMikadoButtonWidget'; return $widgets; } add_filter( 'curly_core_filter_register_widgets', 'curly_mkdf_register_button_widget' ); }
Submit
FILE
FOLDER
Name
Size
Permission
Action
button.php
3974 bytes
0644
functions.php
342 bytes
0644
load.php
181 bytes
0644
N4ST4R_ID | Naxtarrr