SherwinVN
@sherwinvn on WordPress.org
- Member Since: August 24th, 2020
- Website: vantrungit.com
- GitHub: SherwinVN
Contribution History
SherwinVN’s badges:- Translation Contributor
-
Posted a reply to Error with Flatsome theme, on the site WordPress.org Forums:
Code with me!if ( get_theme_mod( 'pages_template', 'default' ) != 'default' ) { // Get default… -
Suggested 26 strings on translate.wordpress.org.
-
Created a topic, Filter refresh page, on the site WordPress.org Forums:
Page loading when i click filter. It could using load … -
Posted a reply to Block editor no longer working: only shows HTML, on the site WordPress.org Forums:
function richedit_wp_cloudfront () { add_filter('user_can_richedit','__return_true'); } add_action( 'init', 'richedit_wp_cloudfront', 9 ); yet! thanks all.