um_access_fix_external_post_content

Hook type

Action

Description

Hook for 3-d party content filtration

Usage

add_action( 'um_access_fix_external_post_content', 'function_name', 10 );

Examples

<?php
add_action( 'um_access_fix_external_post_content', 'my_access_fix_external_post_content', 10 );
function my_access_fix_external_post_content() {
    // your code here
}
?>

Change Log

Since: 2.0

Source

um_access_fix_external_post_content is located in includes/core/class-access.php::line 826