Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
PUM_Admin_Themes::border_style_options()
Description Description
Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
Return Return
(mixed)
Source Source
File: classes/Admin/Themes.php
public static function border_style_options() { return apply_filters( 'pum_theme_border_style_options', array( 'none' => __( 'None', 'popup-maker' ), 'solid' => __( 'Solid', 'popup-maker' ), 'dotted' => __( 'Dotted', 'popup-maker' ), 'dashed' => __( 'Dashed', 'popup-maker' ), 'double' => __( 'Double', 'popup-maker' ), 'groove' => __( 'Groove', 'popup-maker' ), 'inset' => __( 'Inset (inner shadow)', 'popup-maker' ), 'outset' => __( 'Outset', 'popup-maker' ), 'ridge' => __( 'Ridge', 'popup-maker' ), ) ); }
Expand full source code Collapse full source code View on Trac