Sunday, 1 April 2018

PHP Wp : Only Declare Role can view content div

<?php
if (current_user_can('editor')){
?>

yang ni editor je boleh view, kalau bukan editor tak boleh

<?php
}
?>

Translate manually Wordpress

 add_filter( 'gettext', function( $translated, $original, $domain ) {     // Senarai penggantian (case-insensitive)     $map = array...