Skip to main content

Questions tagged [plugin-development]

WordPress Plugins allow easy modification, customization, and enhancement to a WordPress blog. Instead of changing the core programming of WordPress, you can add functionality with WordPress Plugins.

Filter by
Sorted by
Tagged with
0 votes
0 answers
16 views

I need help to solve the issue. I can share existing code and folder name and other details. Please solve this problem. Templates folder containing register.php, login.php, forgot-password.php, change-...
My Advisers's user avatar
1 vote
0 answers
37 views

I have this code import { useSelect, useDispatch } from '@wordpress/data'; import { Button, Modal, TextControl, SearchControl, Spinner, SnackbarList, BaseControl } ...
user1052732's user avatar
1 vote
0 answers
25 views

I am in the process of creating a Gutenberg block that can display animations created with the JavaScript library createjs. I used the @wordpress/create-block package to create the block and was able ...
Timothy Paustian's user avatar
2 votes
1 answer
49 views

We manage a catalogue website that displays objects the client manages in a 3th party application. The objects in the catalog are a CPT, created and updated via the API from the 3th party application. ...
mbs's user avatar
  • 23
0 votes
1 answer
52 views

Basically, I've noticed that custom tables created by plugins show up in the array returned by $wpdb->tables('all') only sometimes See this question for background... In that question, and its ...
sootsnoot's user avatar
  • 135
1 vote
1 answer
113 views

This is strange. I know about $wpdb->table(). But it doesn't seem to show a table that I know "should" exist. I have the Profile Extra Fields plugin installed and activated. I used it to ...
sootsnoot's user avatar
  • 135
1 vote
2 answers
107 views

In a plugin I'm trying to to have a submenu which as the same destination as the parent. Using add_menu_page and add_submenu_page with the same menu_slug and no callback for the parent menu. Just like ...
La Fabrique Info's user avatar
1 vote
3 answers
100 views

I am new to this area. I am just testing and working with the syntax to learn while slowly progressing to a functional block plugin. I have started this test project from one of the templates provided ...
Russell Sjoblom's user avatar
1 vote
1 answer
44 views

I am trying to write a plugin that packages a custom post type with a collection of custom taxonomies, provides all the appropriate default block templates, and applies them automatically. I ...
jshwlkr's user avatar
  • 554
0 votes
0 answers
46 views

I have a custom block that has been updated a couple of times now. When I try to save the post that contains the said block, it gives me the following error: Content generated by the save function: &...
Shantanoo Chandorkar's user avatar
0 votes
0 answers
32 views

Is there a way to just display my edit.js page for my dynamic block? or do I have to build out PHP to essentially mirror the edit.js page? I have built a dynamic block, but if I can do this with a ...
griff123's user avatar
0 votes
1 answer
48 views

...wp-content\plugins> npx @WordPress.org/create-block@latest preset-block-bindings --template @block-developer-cookbook/preset-block-bindings Minimum system requirements not met! Error: Wanted ...
Roelof Wobben's user avatar
0 votes
1 answer
53 views

I have imported some blog posts from an external site and there were unnecessary html tags and values I wanted to get rid of like the sizes and srcset including their values for all blog posts. It ...
Bry Ledesma's user avatar
0 votes
1 answer
60 views

I am a bit new to coding in WP (and php) - more of a C# developer. This question is directly related to this one, since I am implementing an analogous scenario, using the base of the example. My real ...
Husky's user avatar
  • 1
0 votes
0 answers
99 views

I'm updating a WordPress plugin and using Plugin Check to detect errors. I'm getting the following error: ERROR WordPress.DB.PreparedSQL.NotPrepared Use placeholders and $wpdb->prepare(); found $...
user259542's user avatar
0 votes
1 answer
39 views

I'd like to develop a Wordpress plugin which would add custom database tables as well as pages interacting with these tables (e.g. a form to add new entries, a list of current entries...) Is there a ...
Blipz's user avatar
  • 1
0 votes
2 answers
226 views

I am working on a plugin but I keep getting this error message with the plugin checker. Dynamic argument passed in third parameter of register_setting(). Please ensure proper sanitization. Below is ...
CodeRed's user avatar
  • 101
0 votes
1 answer
43 views

I'm learning Wordpress, but I have a background in vanilla web dev. Anyways I have learnt how to create a custom HTML structure for a menu. And that's by using the navWalker class (making a custom ...
JackieChilesTheSecond's user avatar
1 vote
1 answer
90 views

I'm working on a plugin that deals with Twilio. Twilio makes a post request to the plugin and I have to respond with Twiml which is really just xml. If I try sending it through like this $wp_response =...
Eitan's user avatar
  • 15
1 vote
1 answer
47 views

All (3) | Administrator (3) How can I just decrease the value by -1 from both "All" & "Administrator" role counter?
Tushar Saudi's user avatar
0 votes
1 answer
299 views

I am attempting to add some context to the Query Loop block and inherit that on the inner blocks like post title (so nested inside the Post Template block). I can filter it in on render_block_context ...
helgatheviking's user avatar
1 vote
0 answers
57 views

I am building an e-commerce website to sell online invitation templates. After purchasing a template, customers need to edit the template they've bought. To facilitate this, I created a custom post ...
Hendra's user avatar
  • 85
0 votes
1 answer
38 views

I am developing a Plugin. I would like to Customize Message. When I delete any post I am getting message 1 post moved to the Trash. and when I delete a post from trash I am getting message 1 post ...
abu abu's user avatar
  • 203
0 votes
1 answer
62 views

I have written a Wordpress plugin which has been accepted into the repository: https://en-gb.wordpress.org/plugins/english-chess-data I have noticed that the language it is listed as is English (US), ...
dading84's user avatar
  • 111
2 votes
0 answers
84 views

I'm a bit of a rookie, so I may be looking at this all backwards - but if that is the case having someone point me in the right direction would be incredibly valuable! I'm creating a few custom blocks ...
TimeRabbit's user avatar

1
2 3 4 5
134