Quantcast
Channel: Topic Tag: action | WordPress.org
Browsing all 889 articles
Browse latest View live
↧

aeboi80 on "Insert message on post-new.php"

I am trying to insert a message/notification into admin when a user is adding a new post as seen here - http://screencast.com/t/YJnBEtNmma I'm not sure if the action below is the correct one to hook...

View Article


PHPGator on "Form - Action not properly being shown"

Upon refresh it works fine, but the form is not going to the proper location. <?php if ($_GET['a'] == "a") { ?> <form class="pure-form" action="<?php echo(network_site_url( '' ));...

View Article


PHPGator on "Form - Action not properly being shown"

Issue is that name="name" is not valid. Whoops!

View Article

destinesystems on "[Plugin: Facebook] How to make screenshot of timeline action"

I am trying to get my Facebook app submitted and approved. My last step is to "upload a screenshot of my publish action on my timeline". I don't see any doc online on how to get an action on my...

View Article

fakaiy on "[Plugin: Facebook] How to make screenshot of timeline action"

I have installed the same plugin. the problem is when I try to comment on the post + checked box "Also post on facebook" the system returns Error ->" This comment has not yet been published to...

View Article


destinesystems on "[Plugin: Facebook] How to make screenshot of timeline action"

I figured it out. I was in development mode and could not publish. Facebook changed the name from sandbox to development mode.

View Article

ScreenfeedFr on "[Plugin: Multisite Global Search] Thank you + possible bug"

Hi @aliciagh. First, thank you. I won't use your plugin as it is right now but it will be a very useful basis to me for a quite similar need (I only need specific post types and post metas, not only...

View Article

JayPag on "[Plugin: Pie Register] Trigger once a user is verified/registered?"

Hey I was wondering if there is a way, to trigger an action once a user is registered or verified on the site. For example, assign him a certain group. Thanks! https://wordpress.org/plugins/pie-register/

View Article


elvismdev on "remove meta robots tag from wp_head"

How to remove <meta name=robots content="noindex,follow"/> from wp_head? I am in need to remove just this line from wp_head but can't find the right hook to use it with remove_action(). Basically...

View Article


Jake256 on "Custom Form not inserting data to database"

I have created two custom template pages(createhome.php & insert.php) My createhome.php has a form whose action connects to a file called insert.php The insert.php should then insert the input to...

View Article

halben on "[Plugin: Cookie Control] Plugin conflict with theme: Please rename...

Hi, I'm having a theme & cookie consent plugin function conflict. I have both the function name, custom_admin_styles() in the theme I'm using and within in the plugin itself. Would it be possible...

View Article

halben on "[Plugin: Cookie Control] Plugin conflict with theme: Please rename...

I have it figured out.

View Article

ploret on "Two hooks on the same action"

Situation: there are plugins A and B. Both plugins written by me, both plugins override function the_content A function the_content A-plugin displays the following CONTENT + '1111' Function the_content...

View Article


catacaustic on "Two hooks on the same action"

You just need to set the priority parameter for the 'add_action()' function. Set it lower in your first plugin and higher in your second plugin. As 10 is the default, I'd suggest setting it to...

View Article

ploret on "Two hooks on the same action"

Thanks!

View Article


CLehnert on "Need to Remove Login and Lost Password Links from beneath...

Most importantly, I need to remove the "Login" link that appears below the "Register" form. Strangely, I can use this to remove the "Register" link from below the login page, but it does not work to...

View Article

nickohrn on "Need to Remove Login and Lost Password Links from beneath...

Unfortunately there isn't a filter that will let you actually remove the markup there. You can see on wp-login.php on lines 705-707 that those links are hard coded into the markup.

View Article


bcworkz on "Need to Remove Login and Lost Password Links from beneath...

Why bother hiding links to wp-login.php that appear on wp-login.php? The page has been found. The only difference between the linked pages and the logon page is the "action" parameter, they all...

View Article

CLehnert on "Need to Remove Login and Lost Password Links from beneath...

Thanks, Nickohrn. I had a feeling that was the case. WordPress really should make this an option. Some may want their register form to be accessible without their login being accessible. Bc, I realize...

View Article

JayPag on "[Plugin: Pie Register] Trigger once a user is verified/registered?"

Bump

View Article
Browsing all 889 articles
Browse latest View live