Profiles

  • Member Since: December 29th, 2021
  • Find me on:
  • Posted a reply to Show shortcode output in menu, on the site WordPress.org Forums:
    Thanks @threadi and @benjamin_zekavica. Your solution works like Magic. Thanks.

  • Posted a reply to Show shortcode output in menu, on the site WordPress.org Forums:
    Thanks @benjamin_zekavica . How to use wp_nav_menu filter ? I am using like below. add_shortcode('country_name',…

  • Posted a reply to Show shortcode output in menu, on the site WordPress.org Forums:
    Thanks @benjamin_zekavica . Sorry, I couldn't express myself properly. I created a Shortcode named country_name…

  • Created a topic, Show shortcode output in menu, on the site WordPress.org Forums:
    I would like to show shortcode output in menu like bel…

  • Posted a reply to Show a text in menu, on the site WordPress.org Forums:
    Thanks @bcworkz. How to know which wp_nav_menu() is working ? I found lots of wp_nav_menu()…

  • Posted a reply to Show Country Name, on the site WordPress.org Forums:
    Thanks @nekokonez. I used [iplocator-code] But I am not getting any output.

  • Posted a reply to Show a text in menu, on the site WordPress.org Forums:
    Thanks @mqasimkh . But I can't see Custom HTML in Menu. My menu is like…

  • Created a topic, Show a text in menu, on the site WordPress.org Forums:
    I am trying to show a custom text in menu. I am using…

  • Created a topic, Show Country Name, on the site WordPress.org Forums:
    How can I show user's country name beside Main Menu ?

  • Posted a reply to Set Featured Image, on the site WordPress.org Forums:
    @@jayeshchopda, I used /wp-content/uploads/images/1712315199-6728.jpg this url.

  • Posted a reply to Set Featured Image, on the site WordPress.org Forums:
    Thanks @jayeshchopda. I used your code. But I can't see Featured Image.

  • Created a topic, Error logging, on the site WordPress.org Forums:
    I set define( 'WP_DEBUG', true ); & defi…

  • Created a topic, Set Featured Image, on the site WordPress.org Forums:
    How to set Featured Image when creating post using$pos…

  • Posted a reply to Modify Post URL, on the site WordPress.org Forums:
    Thanks @t-p. I am creating post using wp_insert_post(). I would like to insert Post URL…

  • Created a topic, Modify Post URL, on the site WordPress.org Forums:
    How to modify Post URL Programmatically ? https://i.s…

  • Created a topic, Insert Tag in WordPress Post, on the site WordPress.org Forums:
    I have below code. $args = array( 'post_title' …

  • Created a topic, Category drop down list, on the site WordPress.org Forums:
    How to fetch all post categories and show in a drop do…

  • Created a topic, console.log() is not working, on the site WordPress.org Forums:
    Why console.log() is not working here https://pastecod…

  • Posted a reply to Catch Form value at AJAX Form submit, on the site WordPress.org Forums:
    Thanks @brickwork . But how can I catch $category in Server Side ? Could you…

  • Created a topic, Catch Form value at AJAX Form submit, on the site WordPress.org Forums:
    I am working on a Custom Plugin. I have below JavaScri…

  • Posted a reply to Code Understanding, on the site WordPress.org Forums:
    Thanks @thread. Here is the code to save post. public function save(): bool { global…

  • Posted a reply to Code Understanding, on the site WordPress.org Forums:
    Thanks @thread. Yes, it is done via AJAX. Actually I need to save a Category…

  • Posted a reply to Code Understanding, on the site WordPress.org Forums:
    Thanks @thread . Your explanation is nice. I searched your hook. But may beit is…

  • Created a topic, Code Understanding, on the site WordPress.org Forums:
    I found below code in a Plugin. const sent_urls = (…

  • Created a topic, Facebook Chat Plugin – Live Chat Plugin for WordPress is not working., on the site WordPress.org Forums:
    I installed Facebook Chat Plugin - Live Chat Plugin fo…

  • Created a topic, Plugin is not appearing in WebSite, on the site WordPress.org Forums:
    https://i.stack.imgur.com/iTmBr.pngI configured the pl…

  • Created a topic, Download Calender, on the site WordPress.org Forums:
    Is it possible to download Student Calender of Tutor L…

  • Created a topic, Integrate with iCal, on the site WordPress.org Forums:
    How to integrate Tutor LMS pro with iCal ? I need a ca…

  • Posted a reply to Add New for Admin Menu, on the site WordPress.org Forums:
    Thanks @threadi . If you check my Code you can find that I created API…

  • Posted a reply to Add New for Admin Menu, on the site WordPress.org Forums:
    Thanks @threadi. I would like to show menu like below. API Key Add New News…

  • Created a topic, Add New for Admin Menu, on the site WordPress.org Forums:
    I am learning WordPress Plugin development.I need to c…

  • Posted a reply to Admin Menu for New Post, on the site WordPress.org Forums:
    Thanks @gappiah . Actually I am learning WordPress Plugin Development. I am using those code…

  • Created a topic, Admin Menu for New Post, on the site WordPress.org Forums:
    I would like to show Admin Menu to create New post. If…

  • Posted a reply to Add Menu, on the site WordPress.org Forums:
    Thanks @bcworkz . Could you please show me some sample code ? Is it possible…

  • Posted a reply to Add Menu, on the site WordPress.org Forums:
    Thanks @bcworkz . Is it the right way ? What other plugin developers do in…

  • Posted a reply to Add Menu, on the site WordPress.org Forums:
    Thanks @bcworkz . I used your code and got this error. <strong>Warning</strong>: call_user_func_array() expects parameter…

  • Posted a reply to Add Menu, on the site WordPress.org Forums:
    Thanks @bcworkz . What could be ideal code for this ? Could you please share…

  • Posted a reply to Add Menu, on the site WordPress.org Forums:
    Thanks @bcworkz . My issue is in callback function of this code add_submenu_page( 'news_info', 'News…

  • Posted a reply to Add Menu, on the site WordPress.org Forums:
    Thanks @bcworkz . I would like to create sub menu like below Add New of…

  • Created a topic, Debug WordPress, on the site WordPress.org Forums:
    I am learning WordPress Plugin development. I need to …

  • Posted a reply to Download Database, on the site WordPress.org Forums:
    Thanks @pichichi . I am following your way. Is there any chance of Data missing…

  • Created a topic, Download Database, on the site WordPress.org Forums:
    How to download WordPress database from cPanel ?

  • Created a topic, Add Menu, on the site WordPress.org Forums:
    I am learning WordPress Plugin Development. I would li…

  • Posted a reply to Correct folder & file permisson for WordPress, on the site WordPress.org Forums:
    Thanks @faisalahammad . I set all folder permissions to 755 and all files permissions to…

  • Posted a reply to Correct folder & file permisson for WordPress, on the site WordPress.org Forums:
    Thanks @faisalahammad . That means I should set all folder permissions to 755 and all…

  • Created a topic, Correct folder & file permisson for WordPress, on the site WordPress.org Forums:
    I used find . -type d -exec chmod 755 {} \; & find…

  • Posted a reply to Sanitize and Save metabox values, on the site WordPress.org Forums:
    Thanks @alanfuller . Could you please evaluate my code ? Is it bad code ?…

  • Posted a reply to Sanitize and Save metabox values, on the site WordPress.org Forums:
    Thanks @alanfuller . I used sanitize_text_field(). Could you please evaluate my code ? Thanks.

  • Created a topic, Sanitize and Save metabox values, on the site WordPress.org Forums:
    I am learning WordPress Plugin development. How to San…

  • Posted a reply to Save Multiple Metabox values, on the site WordPress.org Forums:
    Thanks @bcworkz . What should I do for other Form fields like radio button, select…