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.

0 votes
0 answers
19 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
0 votes
0 answers
26 views

Please tell me how to escape the widget shortcode. There is a function: if (!function_exists('foo_do_shortcode')) { function foo_do_shortcode($name, $attrs = array()) { $special_chars = ...
ams team'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
0 votes
1 answer
38 views

I have a plugin hosted on github. Any release puts my file info the following structure: MyPlugin-ReleaseTag.zip | + /MyPlugin-ReleaseTag | + MyPlugin.php + /assets + /src That ...
rhavin's user avatar
  • 119
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
1 vote
0 answers
36 views

I'm busy with this course and almost to the end. One of the challenges at the end stated to add code to do the CRUD operations on the content of the page. So I have this code from the course: function ...
user1052732'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
1 vote
2 answers
165 views

I'm developing several private plugins and, to speed things up, I'd like to be able to filter all my plugins in the top bar of the WordPress plugins page. I've seen this is possible, but I don't know ...
Chrstpsln's user avatar
  • 143
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
0 answers
30 views

I've been trying to wrap my head around how can I have the attributes to be "on" and to show in the site editor (attributes appear immediately after inserting the block into page/post) like ...
ater1's user avatar
  • 11
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
0 votes
1 answer
61 views

I have a custom user role (Writer) with the following capibilities: Array ( [read] => 1 [level_0] => 1 [edit_stories] => 1 [edit_published_stories] => 1 [...
Shah Alom's user avatar
  • 448
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
0 votes
2 answers
79 views

This is a functionality to be active in admin panel. and yes I need to fetch the items in front end the same order. Well here is what I have tried so far. Custom post and taxonomy added in ACF. ...
Behemoth's user avatar
  • 114
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

15 30 50 per page
1
2 3 4 5
446