The error messages are pretty straightforward.
First error:
custom_permalinks_original_post_link()
is not defined. It might be one defined by a plugin called “Custom Permalinks”. See https://github.com/GSA/custom-permalinks/blob/master/custom-permalinks.php.
If you need that functionality, install/activate the plugin or refactor your code.
Second error:
It’s clear that the category-icons
plugin is doing something wrong and not calling wpdb::prepare()
properly. You should ask the developer to update their plugin or find an alternative. Perhaps WP Term Icons is such an alternative.
Related Posts:
- Conditionally enqueue a widget’s script/stylesheet in HEAD (only when present on page!)
- Stop a plugin in the activation process when a certain WP version is not met then show error message in admin_notices action hook
- How to Add a Third Level Sub Menu to the WordPress Admin Menu
- How to Add an Index to Plugin Database table
- How to safely sanitize a textarea which takes full HTML input
- How to Remove Certain Screen Options and Meta Boxes from add/edit post type?
- Why activate_plugin is not working in register_activation_hook
- Creating two database tables via plugin
- Is it a good idea to edit an already existing plugin to add more functionality?
- Custom Filter in WordPress to modify footer information via plugin?
- Editor access to plugin settings
- How to use a Must-Use plugin to hide a regular one and to hide itself?
- Shortcode display outside the div
- Custom Post Type Statuses
- How does wordpress distinguish a plugin’s main php file from other php files? [duplicate]
- Insert code after tag without using functions.php?
- Plugin: How should I handle deleting comments?
- wordpress plugin that show my reputation (points) in any stackexchange project in my wordpress blogs
- Why load_textdomain work but not load_plugin_textdomain?
- Extend the Admin Post/Edit page
- Passing select control value to block
- Can wp_script_is used in pluginA check if a script is being enqueued/registered from pluginB?
- Licensing of freemium plugin
- Create or Update thousands of woocommerce products via PHP
- send_headers don’t work on wordpress multisite
- Why was my plugin rejected from the WordPress.org repository?
- $wpdb working with ajax but showing ajax error instead of success
- Adding content before the loop in category pages
- admin_notices hook show message all admin pages after plugin activate
- Default Plugin Settings Not Writing to Database
- How to define WordPress plugin shortcode globally for multisite?
- how to Include json manifest file in wp plugin
- Create a custom page template inside my wordpress plugin
- White page on custom plugin option submit
- Input with spaces in Shortcode attributes overwritten by defaults
- Unable to override pluggable function wp_mail
- Avoid class name collision when using third party libraries in plugins?
- How to find the origin of a file upload from within wp_handle_upload?
- How to add Internationalization in WordPress using Javascript/React?
- WP All Import – Execute Imports
- How to set taxonomy in custom plugin?
- Plugin development: Buggy plugin preview
- how to use in custom single.php template using php?
- How can I change the meta_key for a particular piece of information?
- Howto check version of another plugin and then add a submenu page to it
- Which file of wordpress manage plugins functionalities?
- How can i create page through plugin
- I should enable automatic updates?
- Check if variable is set in filter
- How to add custom table style for table block in gutenberg editor
- Does using `add_action( ‘init’…` cause performance issues?
- How to write “alt” tag in image for wordpress code?
- Issues with a WP plugin menu system
- Different custom templates for product category [closed]
- How to create plugin/ page that reads from database
- Add a “View all” button on WooCommerce product archives pages
- Translation issue with global variables
- How to ignore extra whitespaces in translation functions like _e?
- Is there a better way of handling AJAX requests in WordPress?
- how to add a comment button to be displayed only for the posts in the home page [closed]
- How to add category and subcategory in WordPress custom code?
- The “Child Pages Shortcode” plugin, block template
- Can’t create tables with my plugin
- How to get a custom page through plugin?
- using wp_cache in plugin
- How to data add to table when update post wordpress? when we clicked!
- can’t unzip file
- WooCommerce – I want to add functionality of one plugin to another plugin — best approach?
- Check if theme supports sidebar
- Problem with MEMCACHE and Redis with wp_options
- Change plugin descriptions
- How to display the custom post related blog by category?
- WP Forms not displaying,becomming an fatal error
- I want to schedule email (date, time is in database->table) wp_schedule_event() not working
- How to create a page with the selected template after activating the plugin
- I enabled debugging but I still get the same message: There has been a critical error on your website
- wp_mail function not working in WordPress Plugin Boilerplate
- When/where would want to attach other classes to the base class in a WordPress plugin?
- Using foreach loop for `$instance` of form and update array widget iteration
- Use Case: Multiple Shipping Methods per Order
- Showing how many times is plugin activated or deactivated
- Could someone maybe point me in the direction of a decent tutorial on how to create a wordpress plugin that is compatible with another plugin please?
- Custom plugin which downloads updates from custom endpoint, extracts new version zip into a new name
- How to get post that has non zero or greater than zero meta value
- Form tries to download a file on submit
- wp meta_query meta_value compare =REGEXP delimited by space
- Create shared actions for admin and users with plugin bolierplate
- How to insert variable which contain array value in wp_options table?
- How to Insert images in WordPress using code
- Plugin Works, but Widget Doesn’t
- Multiselect value in wp_query
- How to Overwrite validate_plugin function
- how to load a file from a plugin when a url is passed
- Is it possible to cancel a post status transition?
- Form data to wordpress DB
- Register additional wp plugin directory
- How to include a custom thumbnail with my WordPress plugin?
- How to display blog posts only authored by the administrator
- Send email notification when meet the condition
- ACF Plugin WP with list-group – Vimeo [closed]