Wordpress February 8, 2020|No CommentsHow to get all wordpress posts through jquery ajax request1. Copy the below code and paste into footer.php or any js file. jQuery('.show-more-posts-btn').on('click',function(){ &nb
JSPHP February 16, 2020|No Commentsfile upload one server to another server via jquery1. Create html form <form class="fpd-upload-form" enctype="multipart/form-data" method="POST">  
add and remove permission/ add user capability to access specific plugin or data by user roleJuly 22, 2020Wordpress