getAsArray( $asShortCode ) as $_sShortCode ) { add_shortcode( $_sShortCode, array( $this, '_replyToGetOutput' ) ); } } /** * Returns the output based on the shortcode arguments. * * @since 2.0.0 * @since 2.1.1 Change the name from `getOutput()`. */ public function _replyToGetOutput( $aArguments ) { return AmazonAutoLinks( $aArguments, false ); } }