Newest Questions
116,411 questions
0
votes
0
answers
9
views
plugin_auto_update_setting_html filter with plugin updates
I am using folowing code to show updates in my custom plugins. Updates work , but the problem is with plugin_auto_update_setting_html
Sometimes when I open plugins page in Wordpress admin, it shows '...
0
votes
0
answers
19
views
how to change the size of dotted square in the submenu in hover/activated mode of WordPress theme [closed]
Is there a way to customize it through Additional CSS in Astra theme? Or should I edit the style files?
Here is a screenshot of the submenu and the dotted-line square on hover.
I don't know which css ...
0
votes
0
answers
35
views
How to rebuild and reparse a new .sql database file from raw website data? [closed]
I unfortunately lost access to my original hosting account and didn't backup a copy of the original WordPress .sql database file.
I have since been able to successfully download a copy of all the raw ...
1
vote
0
answers
24
views
Is it possible to hide a Custom Taxonomy panel for only some posts based on a certain condition?
I have this Custom taxonomy which is rendered on the Edit Post screen. My aim is that if the post is not owned by an administrator it does not show. (This is not the same as the taxonomy only appears ...
0
votes
0
answers
19
views
WordPress Widget is not working after Upgrade [closed]
I have upgraded my website's WP version. After that, the widget is not working.
The website is using the theme which is not currently being developed. I do not know how to fix it.
Ironically, it shows ...
0
votes
0
answers
13
views
How can I enqueue CSS and JS only for specific WordPress page templates? [duplicate]
I’m building a custom theme with multiple landing pages, each using its own page template file (for example: landing-page-template-one.php, landing-page-template-two.php).
Each landing page requires ...
0
votes
1
answer
27
views
Issue related to displaying file/document using custom fields in Elementor [closed]
Attempting to display a file/document (not link for a download) using wordpress page via Elementor editor (pro) and ACF (WP advanced custom fields plug-in).
In the ACF post used in this case, there ...
0
votes
2
answers
41
views
RankMath and custom user roles [closed]
I have created a custom user-role "developer" with the capabilities similar to "administrator". I made sure "developer" has a capability "manage_options". ...
0
votes
0
answers
27
views
How do i fix the following fatal error? [closed]
Fatal error: Uncaught ArgumentCountError: Too few arguments to
function update_user_meta(), 2 passed in
/www/wp-content/plugins/custom-user-registration-fields-tutor-lms/tutor-lms-custom-user-...
0
votes
0
answers
23
views
Why does psql work when called from shell, but not when included in a plugin PHP file?
I have the following php file in /wp-content/plugins/[my-plugin]/
test_db.php
<?php
echo phpversion(), PHP_EOL;
echo '<br />', PHP_EOL;
echo shell_exec('pwd'), PHP_EOL;
echo '<br />', ...
1
vote
1
answer
32
views
Implement a webhook endpoint into a plugin
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. ...
1
vote
1
answer
185
views
how to make the link of comment section "nofollow" safely?
I have a general question that is not dependent on the theme of the WordPress site (as I think). Here is the code of the comments.php file in my theme folder:
<?php
/**
* The template for ...
0
votes
0
answers
22
views
Wordpress pages not saving [closed]
I setup wordpress using ispconfig. After I set it up, I was having problems with things not updating and asking for an ftp. I fixed it by adding a line to a file that forced it to use something else. ...
0
votes
1
answer
39
views
Wordpress Archive: 2025 monthly pages don't work (but for 2024 they do) - What can I do?
On my Wordpress blog (self-hosted/not on wordpress.com, Wordpress 6.8.2 using the Neve theme), I use the standard archive widget that serves as a jump off point to posts from a specific month.
2024 ...
0
votes
0
answers
24
views
Make SelectControl full width
What is the best way to force <SelectControl> component to take the whole 100% of sidebar width, when using this component for custom blocks or extending the sidebar features?
I can probably do ...