# sendwp/1.2.9/assets/load.php

SendWP, version 1.2.9. 7 lines.

- Page: https://pluginprobe.com/plugins/sendwp/1.2.9/code/assets/load.php
- Raw: https://pluginprobe.com/plugins/sendwp/1.2.9/raw/assets/load.php
- Modified: 2022-05-30T19:40:54+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.9/code/assets/load.php#L10-L20`.

```php
<?php

require 'class.assets.php';

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

```
