8889841cbimatime.clix.co.tz/wp-content/plugins/elementor-pro/modules/dynamic-tags/tags/author-url.php000064400000002531150514310660031207 0ustar00home/clixcotzget_settings( 'url' ) ) { global $authordata; if ( $authordata ) { $value = get_author_posts_url( $authordata->ID, $authordata->user_nicename ); } } else { $value = get_the_author_meta( 'url' ); } return $value; } protected function register_controls() { $this->add_control( 'url', [ 'label' => esc_html__( 'URL', 'elementor-pro' ), 'type' => Controls_Manager::SELECT, 'default' => 'archive', 'options' => [ 'archive' => esc_html__( 'Author Archive', 'elementor-pro' ), 'website' => esc_html__( 'Author Website', 'elementor-pro' ), ], ] ); } }