Hrohh
Forum Replies Created
-
Forum: Plugins
In reply to: [Dashboard Notes] translate role nameand menu also slug in menu
add_options_page(
__( ‘Dashboard Notes’, ‘dashboard-notes’ ),
__( ‘Dashboard Notes’, ‘dashboard-notes’ ),Forum: Plugins
In reply to: [Favicon by RealFaviconGenerator] fbrfg_no_update_noticeOk, nevermind. Thank you.
Forum: Plugins
In reply to: [Native Emoji] czech languageeh sorry, better version
Forum: Plugins
In reply to: [Public Post Preview] wrong name in lang folderIt is possible import PO file to Glotpress? Because I do not have time to translate the extension twice. 🙂
Forum: Plugins
In reply to: [Sticky Admin Sidebar] ux bugYes, exactly! Sorry for my english. I wrote bigger, I thought longer 🙂
Forum: Plugins
In reply to: [Admin Columns - Icons Add-on] Support Icon Fonts+1 thx
+ thx
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Better languageNow I filter via this code and I think it is better way to do it.
add_filter('load_textdomain_mofile', 'custom_load_textdomain_mofile', 999, 2); function custom_load_textdomain_mofile( $mofile, $domain){ if ($domain == 'acf') $mofile = 'mypath/wordpress/wp-content/languages/plugins/acf-cs_CZ.mo'; return $mofile; }Forum: Plugins
In reply to: [NS Featured Posts] Some php noticesthx 🙂