python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Woocommerce dokan plugin how can I fire a filter hook in a certain page URL?
I wrote a filter hook for wp_handle_upload_prefilter to crop and add watermark simultaneously when upload new image to wordpress media. It works in every page that there is wp media upload, but I want...

Web Design
Votes: 0
Answers: 0
Issues when using WordPress rewrite rules then accessing parameter using get_query_var
I'm developing a WP plugin and have a WordPress URL:
(e.g.: http://localhost/testsite1/coder/?id=66),
and have attempted to add a rewrite rule to
http://localhost/testsite1/coder/66/
using the followi...
sw123456
Votes: 0
Answers: 1
Wordpress how to access a custom query variable from the url
I have the url http://localhost/testsite1/coder2/?id=71 with parameter id=71.
As i am developing in WordPress I cannot use $_GET['id'] and so need to use get_query_var('id') to access the parameter.
T...
sw123456
Votes: 0
Answers: 1
How to filter archive posts based on custom taxonomy in Wordpress
I created a custom post type with a custom taxonomy. For this I used the following code in my functions.php
//Custom Posttype
function custom_post_type_rental() {
// source: https://wordpress.stac...

Ricardio
Votes: 0
Answers: 1