UOTC_USERATTAINSSCORE::get_slide_id_from_url( $url )
Contents
Parameters Parameters
- $url
-
(Required)
Return Return
(mixed)
Source Source
File: src/integrations/uncanny-tincanny/triggers/uotc-userattainsscore.php
public function get_slide_id_from_url( $url ) { preg_match( '/\/uncanny-snc\/([0-9]+)\//', $url, $matches ); return $matches; }
Expand full source code Collapse full source code View on Github