jetpack_open_graph_image_default_alt_text

jetpack_open_graph_image_default_alt_text

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_open_graph_image_default_alt_text') is found 1 times:

  • /functions.opengraph.php line 425
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
             * @since 10.4
             *
             * @param string $str Default Open Graph image alt text.
             */
            $image['alt_text'] = apply_filters( 'jetpack_open_graph_image_default_alt_text', '' );
        }
     
        return $image;
    }
     
    /**