# Get to the root of URL-s

### URL filters

- includes_url
- content_url
- script_loader_src
- style_loader_src
- plugins_url
- theme_root_uri
- upload_dir

### Static resources with URL

- wp_enqueue_style()
- wp_enqueue_script()
- plugins_url()
- get_stylesheet_directory_uri()
- get_template_directory_uri()
- wp_upload_dir()

### Content filters

- the_content
- widget_text


test sites:
@TODO