Skip to main content

Questions tagged [pluggable]

0 votes
1 answer
76 views

if ( !function_exists( 'my_function' ) ) { // do function } I'm not sure why, but it never occurred to me before to make a theme fully pluggable so that it's easier for people to customize with a ...
WPdummy's user avatar
  • 23
1 vote
0 answers
81 views

I'm using Elementor and ACF on a website and have a custom post type for events. In elementor I have the posts on the archive page set to order by the ACF start date field. When the user clicks the ...
kemmieg's user avatar
  • 31
2 votes
1 answer
65 views

Sometimes I need to edit some plugins to my solutions. If plugin has hooks and/or function_exist() checks - i can override it via function.php in my theme. But another question - if author refactor ...
skywind's user avatar
  • 85
0 votes
1 answer
69 views

I need to modify that function to decrypt the username that I have encrypted.
Miguel Angel Salas8's user avatar
0 votes
1 answer
890 views

I am looking to customize the "Login Details" email sent by WP Core when an administrator checks off "Send User Notification" while manually creating a user from /wp-admin/user-new....
Evan Kirschenmann's user avatar
0 votes
1 answer
161 views

I created in my plugin a wp_authenticate function: if ( ! function_exists( 'wp_authenticate' ) ) : function wp_authenticate( $username, $password ) { inside this function, if it's the first ...
Infocurci's user avatar
1 vote
2 answers
1k views

I've read all the relevant question here on StackExchange and I haven't found a solution. Here's the problem: I use a plugin to use Google OAUTH to login in Wordpress. All working correctly, but I can'...
Manuel Serrenti's user avatar
0 votes
0 answers
40 views

Regarding the code that is being inserted into the pluggable.php file: its a require statement that links to a php file that is used to overwrite the basic wp mail functionality. Thanks in advance.
albrt's user avatar
  • 1
0 votes
1 answer
362 views

I need to override the function get_cancel_comment_reply_link or cancel_comment_reply_link that are defined in wp-includes/comment-template.php These functions are not listed in pluggable.php. How ...
Basj's user avatar
  • 85
0 votes
1 answer
485 views

More precisely questions : How to override email_exists via get_user_by ? I have chosen to render unusable/unreadable email adresses from database. I added a few elements(chars) to email address just ...
imagIne's user avatar
  • 105
0 votes
1 answer
138 views

I get the following error when trying to login: Error: Cookies are blocked due to unexpected output. I customized the wordpress core functions wp_hash_password() and wp_check_password() to use SHA1 ...
Jan's user avatar
  • 3
0 votes
1 answer
44 views

I want to replace the currency shorten alphabet, it is currently in M, L and So on. I want to change to indian currency number format like K, L and CR below is code: if(!function_exists('...
Vijay Patil's user avatar
0 votes
1 answer
701 views

I try to go one step forward based on this question and instead of overriding the whole .js file of another plugin, i'm wondering is it possible to override/swap only a part of that js file ...
Viktor Borítás's user avatar
1 vote
1 answer
331 views

I have modified the theme.php file located in the parent theme in the "Includes" folder, and I have placed it in the child theme also in the "Includes" folder, but my changes are not included. ...
reti's user avatar
  • 27
0 votes
1 answer
166 views

I've got a strange issue with a plugin I'm modifying. What happens is that this plugin adds meta boxes in an dashboard options page so scripts and style sheets can be globally added to the header and ...
BlueDogRanch's user avatar

15 30 50 per page
1
2 3 4 5
8