aioseo_oxygen_content_end, $html

aioseo_oxygen_content_end, $html

Hook Type: action

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

do_action('aioseo_oxygen_content_end, $html') is found 1 times:

  • /app/Common/Standalone/PageBuilders/Oxygen.php line 108
    		}
    
    		ob_start();
    
    		do_action( 'aioseo_oxygen_content_end', $html );
    
    		$html .= ob_get_clean();
    
    		return $html;
    	}