# sendwp/1.2.3/assets/load.php

SendWP, version 1.2.3. 7 lines.

- Page: https://pluginprobe.com/plugins/sendwp/1.2.3/code/assets/load.php
- Raw: https://pluginprobe.com/plugins/sendwp/1.2.3/raw/assets/load.php
- Modified: 2019-11-22T15:03:32+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/1.2.3/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__)));

```
