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::font_weight_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)


Top ↑

Source Source

File: classes/Admin/Themes.php

	public static function font_weight_options() {
		return apply_filters( 'pum_theme_font_weight_options', array(
			100 => 100,
			200 => 200,
			300 => 300,
			400 => __( 'Normal', 'popup-maker' ) . ' (400)',
			500 => 500,
			600 => 600,
			700 => __( 'Bold', 'popup-maker' ) . ' (700)',
			800 => 800,
			900 => 900,
		) );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.