I'm Data Engineer with passion for integrations
-
Adyen
- Amsterdam, Netherlands
- in/jsotelocohen
Highlights
- Pro
Pinned Loading
-
Blackout-WordPress-Dark-mode-Widget
Blackout-WordPress-Dark-mode-Widget PublicSimple plugin that creates a widget that enables dark mode on click.
-
sendy-elements
sendy-elements PublicSimple plugin that integrates Elementor Pro form widget with Sendy via API.
-
-
-
-
Elementor post excerpt
Elementor post excerpt 1// functions.php //
2function custom_post_excerpt_length($post_excerpt, $post)
3{
4$length = 70;
5$excerpt = strlen($post_excerpt) > $length ? mb_substr($post_excerpt, 0, $length - 3, "utf-8") . "..." : $post_excerpt;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.