wp_stateless_attachment_url

wp_stateless_attachment_url

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.4.0.3

apply_filters('wp_stateless_attachment_url') is found 1 times:

  • /lib/classes/class-bootstrap.php line 1856
                $url = $uploads['baseurl'] . '/' . $_file;
              }
            }
    
            return apply_filters('wp_stateless_attachment_url', $url, $post_id);
          }
    
          /**
           * Filter for attachment_url_to_postid()
           *
           * @param int|false $post_id originally found post ID (or false if not found)