Title: nexusfred's Replies | WordPress.org

---

# nexusfred

  [  ](https://wordpress.org/support/users/nexusfred/)

 *   [Profile](https://wordpress.org/support/users/nexusfred/)
 *   [Topics Started](https://wordpress.org/support/users/nexusfred/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nexusfred/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nexusfred/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nexusfred/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nexusfred/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nexusfred/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 54 total)

1 [2](https://wordpress.org/support/users/nexusfred/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nexusfred/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/nexusfred/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/nexusfred/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Plugin is being flagged by antivirus](https://wordpress.org/support/topic/plugin-is-being-flagged-by-antivirus/)
 *  [nexusfred](https://wordpress.org/support/users/nexusfred/)
 * (@nexusfred)
 * [1 year, 12 months ago](https://wordpress.org/support/topic/plugin-is-being-flagged-by-antivirus/#post-17888524)
 * Hello, same issue with Avast. I had to downgrade to elementor V3.19.4.
 * Looks like a false positive
    -  This reply was modified 1 year, 12 months ago by [nexusfred](https://wordpress.org/support/users/nexusfred/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Extended] Forms : Custom Action = Fatal error ?](https://wordpress.org/support/topic/forms-custom-action-fatal-error/)
 *  Thread Starter [nexusfred](https://wordpress.org/support/users/nexusfred/)
 * (@nexusfred)
 * [2 years ago](https://wordpress.org/support/topic/forms-custom-action-fatal-error/#post-17877926)
 * Thanks, I deleted the plugin folder and reinstalled it, and now it works… No 
   idea what was wrong.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Extended] Forms : Custom Action = Fatal error ?](https://wordpress.org/support/topic/forms-custom-action-fatal-error/)
 *  Thread Starter [nexusfred](https://wordpress.org/support/users/nexusfred/)
 * (@nexusfred)
 * [2 years ago](https://wordpress.org/support/topic/forms-custom-action-fatal-error/#post-17877020)
 * Hello, it doesn’t work.
 * I have a form named “super-form” with a Custom action named “super-action”
 * I call the form in a page with the shortcode [acfe_form name=”super-form”].
 * In this form I only have one text field.
 * In my functions.php page I wrote this code :
 *     ```wp-block-code
       add_action('acfe/form/submit_super-action', 'my_form_submit', 10, 2);function my_form_submit($form, $action){    echo 'I do it ! <br>'; 	die;}
       ```
   
 * This should kill the process, but no. When submitting, I get a “Post updated”
   message instead.
 * Whatever code I put in the function, this one is not executed.
 * Advanced Custom Fields: Extended Version 0.9.0.6 installed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Rich Snippets – Replace Title tag & Meta description with ACF Fields](https://wordpress.org/support/topic/rich-snippets-replace-title-tag-meta-description-with-acf-fields/)
 *  Thread Starter [nexusfred](https://wordpress.org/support/users/nexusfred/)
 * (@nexusfred)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/rich-snippets-replace-title-tag-meta-description-with-acf-fields/#post-17374605)
 * Thanks a lot
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] ACF Image Field as default social image](https://wordpress.org/support/topic/acf-image-field-as-default-social-image/)
 *  Thread Starter [nexusfred](https://wordpress.org/support/users/nexusfred/)
 * (@nexusfred)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/acf-image-field-as-default-social-image/#post-17366791)
 * Thanks a lot. I replace “$post = get_post($_POST[‘post_id’]);” by “$post_id =
   get_the_ID();” :
 *     ```wp-block-code
       add_filter( 'rank_math/opengraph/facebook/image', function( $attachment_url ) { 
       	$post_id = get_the_ID();
       	if( get_field('YOUR_IMG_FIELD_URL', $post_id )){
       		return get_field( 'YOUR_IMG_FIELD_URL', $post_id );
       	} else { return $attachment_url; 
       	}
       });
   
       add_filter( 'rank_math/opengraph/twitter/image', function( $attachment_url ){ 
       	$post_id = get_the_ID();
       	if( get_field('YOUR_IMG_FIELD_URL', $post_id)){
       		return get_field( 'YOUR_IMG_FIELD_URL', $post_id ); 
       	}else{
       		return $attachment_url; 
       	} 
       });
       ```
   
    -  This reply was modified 2 years, 5 months ago by [nexusfred](https://wordpress.org/support/users/nexusfred/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] ACF Image Field as default social image](https://wordpress.org/support/topic/acf-image-field-as-default-social-image/)
 *  Thread Starter [nexusfred](https://wordpress.org/support/users/nexusfred/)
 * (@nexusfred)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/acf-image-field-as-default-social-image/#post-17240431)
 * Thanks, I will try that !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] Restricting the indexing to particular user roles ?](https://wordpress.org/support/topic/restricting-the-indexing-to-particular-user-roles/)
 *  Thread Starter [nexusfred](https://wordpress.org/support/users/nexusfred/)
 * (@nexusfred)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/restricting-the-indexing-to-particular-user-roles/#post-17180426)
 * Thanks, no wonder it didn’t work, I don’t use the Premium version 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Forms for ACF] Image Field Preview](https://wordpress.org/support/topic/image-field-preview/)
 *  Thread Starter [nexusfred](https://wordpress.org/support/users/nexusfred/)
 * (@nexusfred)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/image-field-preview/#post-17172506)
 * Hello [@philkurth](https://wordpress.org/support/users/philkurth/). Thanks a 
   lot for this information
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] Search Statistics](https://wordpress.org/support/topic/search-statistics-3/)
 *  Thread Starter [nexusfred](https://wordpress.org/support/users/nexusfred/)
 * (@nexusfred)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/search-statistics-3/#post-17166708)
 * Thanks !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Insert PHP Code Snippet] Is this plugin abandoned?](https://wordpress.org/support/topic/is-this-plugin-abandoned-99/)
 *  Thread Starter [nexusfred](https://wordpress.org/support/users/nexusfred/)
 * (@nexusfred)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/is-this-plugin-abandoned-99/#post-17133103)
 * Thanks [@anjali94](https://wordpress.org/support/users/anjali94/) ! That a good
   news.This plugin is so helpful.
    -  This reply was modified 2 years, 8 months ago by [nexusfred](https://wordpress.org/support/users/nexusfred/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[A-Z Listing] Is this plugin abandoned?](https://wordpress.org/support/topic/is-this-plugin-abandoned-93/)
 *  Thread Starter [nexusfred](https://wordpress.org/support/users/nexusfred/)
 * (@nexusfred)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/is-this-plugin-abandoned-93/#post-16897464)
 * Did you post your problem here ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[A-Z Listing] Custom Post Types Status is wrong from Archive Page](https://wordpress.org/support/topic/custom-post-status-is-wrong-from-archive-page/)
 *  Thread Starter [nexusfred](https://wordpress.org/support/users/nexusfred/)
 * (@nexusfred)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/custom-post-status-is-wrong-from-archive-page/#post-16700949)
 * I found a solution to get the correct Post Status.
   Apparently there is a problem
   with the WP_Query cache.
 * In file : a-z-listing/src/Shortcode/PostsQuery.php
 * Search for this code : (Line 62)
 *     ```wp-block-code
       $query = wp_parse_args(
       	$query, 
       	array(
       		'posts_per_page' => -1,
       		'nopaging'       => true,
       	)
       );
       ```
   
 * and replace by :
 *     ```wp-block-code
       $query = wp_parse_args(
       	$query, 
       	array(
       		'posts_per_page' => -1,
       		'nopaging'       => true,
       		'cache_results'  => false
       	)
       );
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [get_post_status() return the wrong status](https://wordpress.org/support/topic/get_post_status-return-the-wrong-status/)
 *  Thread Starter [nexusfred](https://wordpress.org/support/users/nexusfred/)
 * (@nexusfred)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/get_post_status-return-the-wrong-status/#post-16652132)
 * Hello sorry for the delay. The bug seems to come from the plugin A-Z Listing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[A-Z Listing] Get post in draft state](https://wordpress.org/support/topic/get-post-in-draft-state/)
 *  Thread Starter [nexusfred](https://wordpress.org/support/users/nexusfred/)
 * (@nexusfred)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/get-post-in-draft-state/#post-16571961)
 * I found a solution in PHP
 *     ```wp-block-code
       $args = array(
                     'post_type' => 'Post-Type',
                     'orderby'   => 'title',
                     'order'     => 'ASC',
                     'post_status' => 'any',
                   );
   
       the_a_z_listing( $args);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Real-Time Find and Replace] Role option](https://wordpress.org/support/topic/role-option/)
 *  Thread Starter [nexusfred](https://wordpress.org/support/users/nexusfred/)
 * (@nexusfred)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/role-option/#post-15320896)
 * Thanks, “Will this happen any time soon, no.” = never 🙁

Viewing 15 replies - 1 through 15 (of 54 total)

1 [2](https://wordpress.org/support/users/nexusfred/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nexusfred/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/nexusfred/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/nexusfred/replies/page/2/?output_format=md)