# sendwp/trunk/assets/load.php

SendWP, version trunk. 7 lines.

- Page: https://pluginprobe.com/plugins/sendwp/trunk/code/assets/load.php
- Raw: https://pluginprobe.com/plugins/sendwp/trunk/raw/assets/load.php
- Modified: 2022-05-31T16:57:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sendwp/trunk/code/assets/load.php#L10-L20`.

```php
<?php

include 'class.assets.php';

\SendWP\Assets::set_base_url(trailingslashit(plugin_dir_url( __FILE__)));
\SendWP\Assets::set_base_path(trailingslashit(plugin_dir_path( __FILE__)));

```
