Filters the pmpro_getMemberStartdate
function. Passes the $user_id
, and the $level_id
as parameters.
apply_filters("pmpro_member_startdate", string $wpdb->get_var($sqlQuery), int $user_id, int $level_id); |
Parameters
- $wpdb->get_var($sqlQuery)
- string
- $user_id
- int
- $level_id
- int
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/includes/functions.php
View in Source Code