Skip to main content

Questions tagged [wordpress-plugin-creation]

The tag has no usage guidance.

wordpress-plugin-creation
0 votes
1 answer
29 views

How to filter my API requested events list properly?

I'm pretty new to PHP and WordPress development, and I started creating my own plugin to search a database then return results from the search query and show a list of upcoming events in a "...
AmazinAzn's user avatar
0 votes
1 answer
18 views

Formidable Form frm_after_create_entry create a double entry

I'm trying to develop a custom action for FormidableForm that let user go through the helloasso checkout process and register it when redirected to the "thank you" page. In this action I ...
Maxime MOHANDI's user avatar
-1 votes
0 answers
13 views

wordpress plugin cURL error 28: Connection timed out after 10001 milliseconds

enter image description here when i am downloading wordpress plugin then getting me cUrl error 28 I am trying to download wordpress plugins but i can't to download because getting cUrl error: 28 I ...
Shivam's user avatar
  • 1
0 votes
0 answers
40 views

Vite ReactJS and WordPress Plugin

So I'm trying to create a WordPress Plugin using ReactJS. However, when I try to display my ReactJS app that I built with npm run build, my WordPress menu doesn't show anything. This is the code ...
Nick Clash's user avatar
0 votes
0 answers
28 views

Building JSX in a WordPress plugin, can't get Webpack to watch / build from assets folder into dist?

I started to create a new Wordpress plugin and want to know what is a good structure/way to implement a build of my all javascript files (keeping their directory structure in the dist/build folder) ...
Vahan's user avatar
  • 1
0 votes
1 answer
32 views

how to show api data in wordpress?

I want a plugin to receive a nested json file from a url and display its information in the form of paged cards with ajax search capability. Is there such a plugin? I tested the wpDataTable plugin, ...
Edvin Seddighi's user avatar
0 votes
0 answers
25 views

How to hit post request API in wordpress?

Hello everyone I am trying to build a plugin that modifies default search results of wordpress website instead for searching for keywords in database I want it to hit a different API using post method ...
Juned Adenwalla's user avatar
0 votes
0 answers
33 views

How to make div height expand with its content using css in WordPress Customizer?

To make it short, how to make an html element's height expand/reduced with its content using css in WordPress Customizer ? To clarify more, I'm trying to add a setting/control for the WP Customizer, ...
Sam94's user avatar
  • 13
2 votes
0 answers
33 views

WooCommerce Custom Payment Gateway Plugin Not Displaying in Checkout

I have created a custom payment gateway plugin for WooCommerce. The plugin activates without any errors, and debugging logs show that the gateway class is registered and initialized. However, the ...
Insaf Inhaam's user avatar
0 votes
1 answer
47 views

Error while creating woocommerce child category

Im developing a plugin that will bulk upload products from NextGen Gallery. I am using NGG albums as parent categories and NGG galleries as subcategories. I have two functions that create album and ...
Matyáš Martinek's user avatar
-1 votes
0 answers
46 views

How to add a new section and its settings/controls in the WordPress Customizer using a plugin?

I have a fully developed plugin, its settings are in the main plugin's page (Admin interface). Actually, I want any user to be able to edit his/her website design using this plugin but in the WP ...
Sam94's user avatar
  • 13
0 votes
0 answers
30 views

How to Securely Handle File Uploads in a Custom WordPress Plugin?

I'm developing a custom WordPress plugin that allows users to upload files. I need to ensure that the file upload process is secure to avoid vulnerabilities such as directory traversal and file upload ...
Usama Abdul Ghaffar's user avatar
1 vote
1 answer
31 views

My plugin's description is not displayed in WordPress Admin's Plugins Interface

I have an issue with my plugin's description. When I go to the Admin interface in WordPress → Plugins → Installed Plugins, I see all the other plugin's description, except the one that I developed for ...
Sam94's user avatar
  • 13
0 votes
0 answers
16 views

Build WordPress package too large

I am attempting to create a build for a WordPress plugin, and within my package.json I have "scripts": { "watch": "clear && webpack --watch --mode development"...
Fil's user avatar
  • 8,625
0 votes
1 answer
66 views

Why is my Gutenberg block not saving and rendering the chessboard

I am building a Gutenberg block where the user will place the PGN code (chess game notation) inside the RichText field. On the frontend, the game's code will be embedded inside a chessboard library ...
WPdev11's user avatar
  • 69

15 30 50 per page
1
2 3 4 5
32